home *** CD-ROM | disk | FTP | other *** search
- object S408_011MOME is MEDIADISTRIBUTOR
- has
-
- Finished()
- do
- --
- end;
-
- with
- Duration is -1;
- X is 0; Y is 0; Width is 640; Height is 480;
- Items is [
- S408A1_BOUTON_MUSIQUE,
- S408A2_BOUTON_TEXTE,
- S408A3_BOUTON_OEUVRE,
- S408A4_BOUTON_STOP,
- S408A6_ALBUM_SUITE,
- S408A7_S10A_WAV,
- S408A8_011_PIC
- ];
- end;
-
- object S408A1_BOUTON_MUSIQUE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Show(true);
- self.Enable(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 245; Y is 206; Width is 47; Height is 47;
- end;
-
- object S408A2_BOUTON_TEXTE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 244; Y is 262; Width is 49; Height is 48;
- end;
-
- object S408A3_BOUTON_OEUVRE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 245; Y is 321; Width is 47; Height is 47;
- end;
-
- object S408A4_BOUTON_STOP is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoBack(MEDIADISTRIBUTOR0);
- end;
-
- with
- Duration is -1;
- X is 539; Y is 433; Width is 90; Height is 36;
- end;
-
- object S408A6_ALBUM_SUITE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S6_006TABL);
- end;
-
- with
- Duration is -1;
- X is 539; Y is 394; Width is 88; Height is 27;
- end;
-
- object S408A7_S10A_WAV is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- self.Run(false);
- end;
-
- with
- Target is C322_S10A_WAV;
- Duration is 0;
- X is 49; Y is 220; Width is 32; Height is 24;
- end;
-
- object S408A8_011_PIC is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.GoToBeginning();
- self.Run(true);
- TRANSITION.Set(WipeTop, 300);
- self.Show(true);
- end;
-
- OnScreen()
- do
- S408A7_S10A_WAV.Run(true);
- end;
-
- Finished()
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Target is C298_011_PIC;
- Duration is 1200;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
-
-